home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000191_news@columbia.edu_Tue Jan 17 07:12:55 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29062
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 17 Jan 1995 17:57:42 -0500
  3. Received: by apakabar.cc.columbia.edu id AA08850
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 17 Jan 1995 17:57:38 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.cs.columbia.edu!news.pipeline.com!swiss.ans.net!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit and Novell v3.12
  9. Message-Id: <1995Jan17.131255.38178@cc.usu.edu>
  10. Date: 17 Jan 95 13:12:55 MDT
  11. References: <3fgtqe$i0l@xmission.xmission.com>
  12. Organization: Utah State University
  13. Lines: 24
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3fgtqe$i0l@xmission.xmission.com>, fozz@xmission.com (Fozziliny Moo) writes:
  17. > I know there are a few different ways to do this, but I am curious about
  18. > what others have found is the best method of doing this.
  19. > I would like to run MS-DOS Kermit on a DOS workstation connected to a 
  20. > Novell Netware v3.12 network. Physically, the network cable is also 
  21. > connected to two IBM RS/6000 machines talking TCP/IP. What is the best way
  22. > to get MS-Kermit to talk to the RS/6000s while running a Netware client
  23. > shell? Should I look at a dual-stack solution? Or is there an easy way to 
  24. > encapsulate the TCP/IP packets in the IPX and then have the Netware server
  25. > break the TCP/IP packets out?
  26. --------------
  27.     You don't have to do anything fancy at all. MS-DOS Kermit is
  28. designed to run straight over ODI, as I thought you knew. The only time
  29. shims (ODIPKT + WINPKT) are needed is when MSK runs in a Windows DOS box.
  30. All NW 3 and 4 servers are shipped ready to route TCP/IP traffic at no
  31. extra cost (just load the supplied TCPIP.NLM). Please see the docs in the
  32. MSK 3.14 quick-start archive file kermit/bin/msvibm.zip on kermit.columbia.edu.
  33.     Just as a historical reminder: MS-DOS Kermit was the first non-Novell
  34. TCP/IP program to run over ODI native mode, and I made publically viewable my 
  35. code to accomplish that task. Today a number of vendors offer native ODI 
  36. capability, and that's a good thing. That's not a claim on those vendors, but
  37. rather a longer term view of how these programs fit together.
  38.         Joe D.